EntityDAC
Returns the only element in the enumeration.
TObjectEnumerable<T>
function Single: T;
The function returns the only element in the enumeration. If the enumeration does not contain elements, or it contains more than one element, the appropriate exception is raised.